C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection<T> Class


C1AdoNetCursorDataCollection<T> Class Methods

For a list of all members of this type, see C1AdoNetCursorDataCollection<T> members.

Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodOverridden.   
Public Method (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public MethodDetermines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public MethodOverridden.   
Public MethodOverridden.   
Public MethodOverridden.   
Public MethodConnects the collection to the source. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public MethodDisconnects the collection from the source. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public MethodOverloaded. Called to dispose resources. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
Public MethodFilters the data using specified filterExpression. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public MethodGets the type of the item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
Public MethodGets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
Public Method (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public MethodLoads more items. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public Method (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public MethodRemoves the cached data and loads the whole collection from scratch. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public Method (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public Method (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Public MethodOverloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Top
Protected Methods
 NameDescription
Protected MethodOverridden.   
Protected MethodDetermines the type of the items.  
Protected MethodWhen overridden, this method is used to finalize the collection. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Protected MethodOverridden.   
Protected MethodOverridden.   
Protected MethodThis method is called when an item is moved in the collection. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Protected MethodRaises the CollectionChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
Protected MethodCalled after the filter changed. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Protected MethodRaises the PropertyChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
Protected MethodCalled after the sort changed. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>)
Protected MethodOverridden.   
Protected MethodOverridden.   
Top
See Also